Scheduler for WPF | ComponentOne
C1.Schedule Namespace / BaseObjectMappingCollection<T> Class / Comparer Property

In This Topic
    Comparer Property (BaseObjectMappingCollection<T>)
    In This Topic
    Gets the generic equality comparer that is used to determine equality of keys in the collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Comparer As IEqualityComparer(Of String)
    public IEqualityComparer<string> Comparer {get;}
    See Also